Skip to main content
POST
/
action
/
youtube_idea_research_generate_youtube_ideas_action
[YT1] Generate YouTube Video Ideas
curl --request POST \
  --url https://api-lr.agent.ai/v1/action/youtube_idea_research_generate_youtube_ideas_action \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "topic": "<string>",
  "output_variable_name": "youtube_ideas",
  "content_style": "educational",
  "content_goal": "lead_generation"
}
'
{
  "status": 123,
  "response": {}
}

Authorizations

Authorization
string
header
required

Bearer token from your account (https://agent.ai/user/integrations#api)

Body

application/json
topic
string
required
output_variable_name
string
default:youtube_ideas
required

Variable name for the result. Access as {{youtube_ideas.ideas}}, etc.

Pattern: ^[a-zA-Z][a-zA-Z0-9_]*$
content_style
enum<string>
Available options:
educational,
case_study,
interview,
opinion,
product_demo,
listicle
content_goal
enum<string>
Available options:
lead_generation,
brand_awareness,
thought_leadership,
product_education,
community_building

Response

Successful response

status
integer<int32>

HTTP status code of the action response

response
object

Response data from the action